PreviousNextTracker indexSee it online !

(106/198) 286 - relative offets in "Go To Line" dialog

Hello,

The "Go To Line" dialog should accept relative offsets.

\* Typing in a negative offset (/-\d+/) should transport you to max(0, current_line_number + negative_offset).

\* Typing in a positive offset (/\\+\d+/) should transport you to min(maximum_line_number, current_line_number + positive_offset).

This feature would be useful in debugging line numbers from stack traces of embedded documents.

Thanks for your consideration.

Submitted cyzsuraj - 2009-04-29 07:20:19 Assigned
Priority 5 Labels core
Status open Group None
Resolution None

Comments

2014-04-25 15:38:26.923000
grepppo

If no one else is looking at this one, I'll try and produce a patch for this one